home *** CD-ROM | disk | FTP | other *** search
- /*
- * java.lang.ProcessReaper.c
- *
- * Copyright (c) 1996 Systems Architecture Research Centre,
- * City University, London, UK.
- *
- * See the file "license.terms" for information on usage and redistribution
- * of this file, and for a DISCLAIMER OF ALL WARRANTIES.
- *
- * Written by Tim Wilkinson <tim@sarc.city.ac.uk>, February 1996.
- */
-
- #include <native.h>
- #include "java.lang.ProcessReaper.h"
-
- /*
- * Wait for the death of ...
- */
- void
- java_lang_ProcessReaper_waitForDeath(struct Hjava_lang_ProcessReaper* this)
- {
- abort();
- }
-